'宣言 Function CanReplaceRange( _ ByVal startingIndex As System.Integer, _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ ) As System.Boolean
System.bool CanReplaceRange( System.int startingIndex, System.Collections.Generic.IEnumerable<T> items )
パラメータ
- startingIndex
- The starting index of the item that would be replaced.
- items
- The items to be replaced.